| 1. | A c string is an array of characters declared using the 关键字声明的一个字符数组。 |
| 2. | For example , the fully qualified name of the c string type is 例如, c #字符串类型的完全限定名为 |
| 3. | Is written like a c string constant :写法与c的字符串常量相同。 |
| 4. | Shows how to bind a native c string to a . net user control 显示如何将本机c + +字符串绑定到. net用户控件。 |
| 5. | Describes how to convert various visual c strings from one type to another 介绍了如何将各种c + +字符串从一种类型转换为另一种类型。 |
| 6. | The following example shows how to bind a native c string to a . net user control 下面的示例演示如何将本机c + +字符串绑定到. net用户控件。 |
| 7. | I might be able to squeeze a little bit out of concatenating pyrex c strings rather than python string objects , too 我可能需要使用pyrex / c的字符串连接操作,而不是python的字符串对象。 |
| 8. | Using the standard c string functions or your favorite string library , compare the common name and the host name 使用标准的c字符串函数或您习惯使用的字符串库对通用名和主机名进行比较。 |
| 9. | And stores them in the char string line . it appends a null character so that line contains a properly null - terminated c string 它附加一个null字符以使字符串行包含一个正确的以空值终止的c字符串。 |
| 10. | For instance , if utf - 16 data is naively loaded into a c string , the string may be truncated on the second byte of the first ascii character 比方说,如果utf - 16数据原样加载到c字符串中,字符串可能从第一个ascii字符的第二个字节截断。 |